runtime.stkframe.continpc (field)
10 uses
runtime (current package)
heapdump.go#L288: dumpint(uint64(s.continpc))
mgcmark.go#L1070: if _DebugGC > 1 && frame.continpc != 0 {
mgcmark.go#L1078: println("conservatively scanning function", funcname(frame.fn), "at PC", hex(frame.continpc))
stack.go#L702: if frame.continpc == 0 {
stack.go#L708: print(" adjusting ", funcname(f), " frame=[", hex(frame.sp), ",", hex(frame.fp), "] pc=", hex(frame.pc), " continpc=", hex(frame.continpc), "\n")
stkframe.go#L54: continpc uintptr
stkframe.go#L158: targetpc := frame.continpc
traceback.go#L422: frame.continpc = frame.pc
traceback.go#L425: frame.continpc = frame.fn.entry() + uintptr(frame.fn.deferreturn) + 1
traceback.go#L436: frame.continpc = 0
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |